home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_01_02
/
clune.exe
/
SOUND.H
< prev
next >
Wrap
C/C++ Source or Header
|
1989-01-01
|
275b
|
12 lines
/* sound.h is the header for sound.c function declarations */
#ifndef SOUND_H
#define SOUND_H
void sound(), pause(), beep_beep(), blaat(), error_msg(), ready_beep();
void alternate_warning_sound(), mouse_warning_sound();
unsigned long int read_timer();
#endif